wayland: Drop unused surface type hint field
authorMatthias Clasen <mclasen@redhat.com>
Fri, 14 Aug 2020 01:33:27 +0000 (21:33 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 14 Aug 2020 02:24:06 +0000 (22:24 -0400)
This wasn't used at all.

gdk/wayland/gdksurface-wayland.c

index a7ecb7b19be28ade31c4443e43da7f98647123de..b788be2ce77027c7bddd8069453e36e12eeb2a71 100644 (file)
@@ -106,7 +106,6 @@ struct _GdkWaylandSurface
   unsigned int awaiting_frame : 1;
   unsigned int awaiting_frame_frozen : 1;
   unsigned int is_drag_surface : 1;
-  GdkSurfaceTypeHint hint;
 
   int pending_buffer_offset_x;
   int pending_buffer_offset_y;